From: Julien Grall Date: Wed, 31 Oct 2018 18:13:04 +0000 (+0000) Subject: xen/arm: Only include stringify.h when necessary X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~2997 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=518eed5df6186e3f65bcc627adfe1babde736249;p=xen.git xen/arm: Only include stringify.h when necessary Signed-off-by: Julien Grall Reviewed-by: Andrii Anisov Acked-by: Stefano Stabellini --- diff --git a/xen/include/asm-arm/arm32/sysregs.h b/xen/include/asm-arm/arm32/sysregs.h index b25b59a557..25cdcbfa4e 100644 --- a/xen/include/asm-arm/arm32/sysregs.h +++ b/xen/include/asm-arm/arm32/sysregs.h @@ -1,6 +1,7 @@ #ifndef __ASM_ARM_ARM32_SYSREGS_H #define __ASM_ARM_ARM32_SYSREGS_H +#include #include /* Layout as used in assembly, with src/dest registers mixed in */ diff --git a/xen/include/asm-arm/arm64/processor.h b/xen/include/asm-arm/arm64/processor.h index 765de1b74b..81dfc5e615 100644 --- a/xen/include/asm-arm/arm64/processor.h +++ b/xen/include/asm-arm/arm64/processor.h @@ -1,8 +1,6 @@ #ifndef __ASM_ARM_ARM64_PROCESSOR_H #define __ASM_ARM_ARM64_PROCESSOR_H -#include - #ifndef __ASSEMBLY__ /* Anonymous union includes both 32- and 64-bit names (e.g., r0/x0). */ diff --git a/xen/include/asm-arm/cpregs.h b/xen/include/asm-arm/cpregs.h index 07e5791983..97a3c6f1c1 100644 --- a/xen/include/asm-arm/cpregs.h +++ b/xen/include/asm-arm/cpregs.h @@ -1,8 +1,6 @@ #ifndef __ASM_ARM_CPREGS_H #define __ASM_ARM_CPREGS_H -#include - /* * AArch32 Co-processor registers. *